home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if not (the preLoad of cast 993) then
- preLoadCast(993)
- end if
- repeat while the mouseDown
- set the locV of sprite the clickOn to the mouseV
- if the mouseV >= 161 then
- set the locV of sprite the clickOn to 161
- else
- if the mouseV <= 49 then
- set the locV of sprite the clickOn to 49
- end if
- end if
- updateStage()
- if not (the soundBusy of 1) then
- puppetSound("volume")
- updateStage()
- end if
- startTimer()
- repeat while the timer < 1
- nothing()
- end repeat
- set the soundLevel to 8 - ((the locV of sprite the clickOn - 49) / 14)
- end repeat
- end
-